Skip to content

Conversation

toshi38
Copy link
Contributor

@toshi38 toshi38 commented Nov 13, 2018

Just want a preview for silly demo :)

@@ -25,14 +25,18 @@ export class BattleService {
let user$ = this.githubService.getUser(id);
let repo$ = this.githubService.getRepos(id);
return forkJoin(user$, repo$).pipe(map( ([user,list]) => {
return ( this.cache[id] = ({id,user,repos:this.digestRepoList(list)}) );
const cheat = user.login === 'toshi38';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Booooo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants